-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Release 4.0.0 #6220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Release 4.0.0 #6220
Conversation
Does this release work with cuda 12.8 for GeForce 5090 support? I've tried Release 22 & 23, I tried the dev branch as well and they both don't seem to support training on the 5090 (Blackwell ). Works fine on the 4090 though. |
Hi, ML-Agents (upcoming release or previous ones) can work with CUDA 12.8 and the RTX 5090, but there’s an important detail: it depends on your pytorch version. ML-Agents uses pytorch under the hood for training, and currently, only pytorch 2.7+ (with CUDA 12.8 support) works properly with the RTX 5090. Earlier versions of pytorch don’t yet support the 5090’s architecture (sm_120), so training would fall back to CPU or fail. |
hi, thank you for the reply. I got it upgraded to pytorch 2.7 day before yest and forgot to update you but I've noticed some issues, maybe they are pytorch related. The training will just silently fail and I can't even ctrl+c to end the process if the screen saver kicks in or if I run multiple training simulataneously. It's like the environment loses track of some of the instances. Otherwise if I disable my screensaver I am successfully able to train PPO or SAC 28 out of 30 times. Sometimes it may randomly fail as well. Just a FYI incase you haven't run into the issue yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed change(s)
Package release 4.0.0 changes (for PackageWorks). Followed the previous release PR: https://github.com/Unity-Technologies/ml-agents/pull/6153/files
Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)
Types of change(s)
Checklist
Other comments